type github.com/jackc/pgx/v5/pgtype.encodePlanBytesCodecBinaryBytes

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L80: 			return encodePlanBytesCodecBinaryBytes{}
		bytea.go#L96: type encodePlanBytesCodecBinaryBytes struct{}
		bytea.go#L98: func (encodePlanBytesCodecBinaryBytes) Encode(value any, buf []byte) (newBuf []byte, err error) {